EMT Practice Test

1. Question Content...


Question List

Question1: Which of the following is the BEST example of a Gherkin-style test for a web-based banking application?

Question2: Which one of the following statements defines beta testing BEST?

Question3: Which one of the following statements describes the collaboration between business analysts and testers BEST?

Question4: Which one of the following statements regarding performance testing is MOST correct?

Question5: Suppose you are testing a new professional exam support system. As input the system takes two grades from two exams. For each exam the possible grade is 0 or 1 point. As output the system returns a single string - the decision about the entitlements: if the total score is 2, the candidate receives full entitlements. If the total score is 1, she receives partial entitlements. If the total score is 0, the candidate fails and receives no entitlements.
Which of the following is the correct Decision Model and Notation (DMN) model for this situation?

Question6: As an acceptance tester you want to test the $100 withdrawal process described by the following BPMN model.

You would like to achieve decision coverage. Consider the following test cases: Test 1: balance = $100, receipt = YES Test 2: balance = $99 Test 3: balance = $120, receipt = NO Test 4: balance = $2500, receipt = YES Which of the following is the minimal set of test cases allowing to achieve full decision coverage?

Question7: Which one of the following statements describes an exploratory test charter BEST?

Question8: Which of the following techniques is most likely applied to ensure the quality of acceptance testing activities?

Question9: As a tester you participate in the project of the decision support system for granting a loan. You are asked to review the acceptance criteria for the following requirement:
REQ 3.28. The automated system records critical credit application data (CCAD. needed to support application screening.
Assume that it is well known what kind of data CCAD are. Which of the following would be the BEST example of an acceptance criterion for this requirement?

Question10: In Agile an exploratory test session is conducted. Which one of the following concepts applies BEST?

Question11: As an acceptance tester you are analyzing the following user story for a computer web-based mass multiplayer role-playing game:
As an unregistered player
I want to be able to register myself by defining my e-mail, login and password in a registration form so that I become a registered player Consider the following propositions of the acceptance criteria:
i.a registration form is displayed on the screen.
ii.the form is written in the Groovy language; the cursor is initially set on the 'login' field; after pushing the TAB button the cursor switches to 'password', 'repeat password', 'mail', and 'repeat mail' forms.
iii.I cannot register myself if the login I choose is used by another player.
iv.after successful registration process I am informed about it by an e-mail.
Which of the above statements would you consider as well-written acceptance criteria?

Question12: The standard ISO 25010 defines a quality in use model with characteristics and subcharacteristics. Which elements of the following list is a characteristic of quality in use according to this standard?

Question13: Which one of the following statements regarding the graphical representation of business processes is true?

Question14: Which one of the following scenarios characterizes UX task analysis BEST?